home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
mac
/
Ganmac
/
eb.cst
/
00254_Script_voicalert
< prev
next >
Wrap
Text File
|
1999-09-22
|
808b
|
23 lines
on mouseUp
global gvolume, handcur
set xx to the clickOn
if xx > 0 then
global gloson
global cspname
set yy to chars(cspname,1,1)
if (gloson=1) or (the visible of window "gloss"=TRUE) then
set the memberNum of sprite 115 to the number of member (yy&"glos") of castLib "eb.cst"
endNewMovie
end if
set mm to the name of member (the memberNum of sprite xx) of castLib "eb.cst"
set the memberNum of sprite xx to the number of member ("r"&mm) of castLib "eb.cst"
updateStage
alert "Please control volume from the audio-bar above"
set ii to the name of member (the memberNum of sprite xx) of castLib "eb.cst"
set mm to chars(ii,2,6)
set the memberNum of sprite xx to the number of member mm
updateStage
end if
end